home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRRESTRICTIONSFORM / TFRRESTRICTIONSFORM.txt
Text File  |  2002-03-27  |  2KB  |  112 lines

  1. object frRestrictionsForm: TfrRestrictionsForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Object'#39's restrictions'
  7.   ClientHeight = 224
  8.   ClientWidth = 237
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 4
  19.     Top = 0
  20.     Width = 229
  21.     Height = 189
  22.     TabOrder = 0
  23.     object CB1: TCheckBox
  24.       Left = 12
  25.       Top = 16
  26.       Width = 205
  27.       Height = 17
  28.       HelpContext = 169
  29.       Caption = 'Don'#39't edit memo'
  30.       TabOrder = 0
  31.     end
  32.     object CB2: TCheckBox
  33.       Left = 12
  34.       Top = 40
  35.       Width = 205
  36.       Height = 17
  37.       HelpContext = 169
  38.       Caption = 'Don'#39't edit script'
  39.       TabOrder = 1
  40.     end
  41.     object Cb3: TCheckBox
  42.       Left = 12
  43.       Top = 64
  44.       Width = 205
  45.       Height = 17
  46.       HelpContext = 169
  47.       Caption = 'Don'#39't edit contents'
  48.       TabOrder = 2
  49.     end
  50.     object CB4: TCheckBox
  51.       Left = 12
  52.       Top = 88
  53.       Width = 205
  54.       Height = 17
  55.       HelpContext = 169
  56.       Caption = 'Don'#39't modify'
  57.       TabOrder = 3
  58.     end
  59.     object CB5: TCheckBox
  60.       Left = 12
  61.       Top = 112
  62.       Width = 205
  63.       Height = 17
  64.       HelpContext = 169
  65.       Caption = 'Don'#39't size'
  66.       TabOrder = 4
  67.     end
  68.     object CB6: TCheckBox
  69.       Left = 12
  70.       Top = 136
  71.       Width = 205
  72.       Height = 17
  73.       HelpContext = 169
  74.       Caption = 'Don'#39't move'
  75.       TabOrder = 5
  76.     end
  77.     object CB7: TCheckBox
  78.       Left = 12
  79.       Top = 160
  80.       Width = 205
  81.       Height = 17
  82.       HelpContext = 169
  83.       Caption = 'Don'#39't delete'
  84.       Color = clBtnFace
  85.       ParentColor = False
  86.       TabOrder = 6
  87.     end
  88.   end
  89.   object Button1: TButton
  90.     Left = 77
  91.     Top = 196
  92.     Width = 75
  93.     Height = 25
  94.     HelpContext = 40
  95.     Caption = 'OK'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 1
  99.   end
  100.   object Button2: TButton
  101.     Left = 158
  102.     Top = 196
  103.     Width = 75
  104.     Height = 25
  105.     HelpContext = 50
  106.     Cancel = True
  107.     Caption = 'Cancel'
  108.     ModalResult = 2
  109.     TabOrder = 2
  110.   end
  111. end
  112.